You can interact with the native functions of the phone, from the html
You can operate the phone to vibrate by a button.
WebAppInterface.vibrate(milliseconds);
You can show a toast by passing the message from JS.
WebAppInterface.vibrate('Welcome to Multi WebView App!');
You can create a new snak bar by passing the message from JS.
WebAppInterface.snakBar('Welcome to Multi WebView App!');
Create a new notification by passing title and message from JS.
WebAppInterface.newNotification('Title', 'Notification Message');
Email, SMS, Call, Social Networks intent are availible.
Start intent for "tel:" links.
Start intent for "sms:" links.
Start intent for "mailto:" links.
Start intent for "https://www.instagram.com/YourUsername" links.
Start intent for "https://www.facebook.com/YourUsername" links.
Start intent for "https://www.twitter.com/YourUsername" links.
Start intent for "https://www.t.me/YourUsername" links.
Start intent for "whatsapp://send?text=Your custom text..." links.
Call SMS Email Instagram Facebook Twitter Telegram WhatsApp
Copyright © 2022 All Rights Reserved. Multi WebView